runtime.mstats.numgc (field)
10 uses
runtime (current package)
metrics.go#L435: a.gcCyclesDone = uint64(memstats.numgc)
mgc.go#L992: memstats.pause_ns[memstats.numgc%uint32(len(memstats.pause_ns))] = uint64(work.pauseNS)
mgc.go#L993: memstats.pause_end[memstats.numgc%uint32(len(memstats.pause_end))] = uint64(unixNow)
mgc.go#L1019: memstats.numgc++
mgc.go#L1072: print("gc ", memstats.numgc,
mstats.go#L71: numgc uint32
mstats.go#L461: stats.NumGC = memstats.numgc
mstats.go#L505: n := memstats.numgc
mstats.go#L516: j := (memstats.numgc - 1 - i) % uint32(len(memstats.pause_ns))
mstats.go#L522: p[n+n+1] = uint64(memstats.numgc)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)